home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / mui / mui_developer / autodocs / mui_menu.doc < prev    next >
Text File  |  1997-03-10  |  686b  |  31 lines

  1. TABLE OF CONTENTS
  2.  
  3. Menu.mui/Menu.mui
  4. Menu.mui/MUIA_Menu_Enabled
  5. Menu.mui/MUIA_Menu_Title
  6. Menu.mui/Menu.mui
  7.  
  8. Objects of menu class describe exactly one pulldown menu.
  9. They don't feature many options themselves, but as a subclass
  10. of Family class, they act as father for their several menu 
  11. item objects.
  12. Menu.mui/MUIA_Menu_Enabled
  13.  
  14.     NAME
  15.     MUIA_Menu_Enabled -- (V8 ) [ISG], BOOL
  16.  
  17.     FUNCTION
  18.     Enable or disable the complete menu.
  19. Menu.mui/MUIA_Menu_Title
  20.  
  21.     NAME
  22.     MUIA_Menu_Title -- (V8 ) [ISG], STRPTR
  23.  
  24.     FUNCTION
  25.     Describe the title of the menu. Note that the string
  26.     is *not* copied and must remain valid until the
  27.     menu object is disposed.
  28.  
  29.     SEE ALSO
  30.     MUIA_Menu_Enabled
  31.